home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '92 / Hacks ’92 / FinderMenu ƒ / <Stuff> / FinderStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-14  |  390 b   |  23 lines  |  [TEXT/KAHL]

  1. /*
  2.  * (C) 1992 SixxHeads Software
  3.  * (C) 1992 Berkeley Systems Inc.
  4.  * 
  5.  * This code is freely distributable, but credit must be given in any
  6.  * derivative work.
  7.  * 
  8.  * <Revision History>
  9.  *        04/28/92 smz Created.
  10.  */
  11.  
  12. #define _h_FinderStuff
  13.  
  14. /*
  15.  * FinderStuff.h
  16.  *
  17.  */
  18.  
  19. #include <Finder.h>
  20. #include <Utils.h>
  21.  
  22. void GetFinderItem(unsigned long aeID, short hintID, unsigned long *cmdItem);
  23.